google.golang.org/grpc/mem.sizedBufferPool.pool (field)

4 uses

	google.golang.org/grpc/mem (current package)
		buffer_pool.go#L116: 	pool        sync.Pool
		buffer_pool.go#L121: 	buf := p.pool.Get().(*[]byte)
		buffer_pool.go#L135: 	p.pool.Put(buf)
		buffer_pool.go#L140: 		pool: sync.Pool{